projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a04f1a9
)
(dontcompile): look for the DONTCOMPILE variable rather
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 10 Oct 1999 01:45:54 +0000
(
01:45
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 10 Oct 1999 01:45:54 +0000
(
01:45
+0000)
than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index 3c57500e300cadc5b617c7913d932803f22cd11d..80758bce847452458f13f299c43d002eb510a8d6 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-175,7
+175,8
@@
then
bogosities=
for file in $losers; do
file1=`echo $file | sed -e "s|.*/||"`
- if ! grep -q "dontcompilefiles:.* $file1\($\| \)" lisp/Makefile; then
+ if ! sed -n -e "/^DONTCOMPILE/,/[^\\]\$/p" lisp/Makefile |
+ grep -q "[ ]$file1\($\| \)"; then
case $file in
site-init.el | site-load.el | site-start.el | default.el)
;;